Skip to content

feat(unstable): initial unstable nes implementation#754

Merged
benbrandt merged 14 commits intomainfrom
anna.zhdan/nes
Mar 28, 2026
Merged

feat(unstable): initial unstable nes implementation#754
benbrandt merged 14 commits intomainfrom
anna.zhdan/nes

Conversation

@anna239
Copy link
Copy Markdown
Contributor

@anna239 anna239 commented Mar 15, 2026

Initial implementation for NES support

@anna239 anna239 force-pushed the anna.zhdan/nes branch 2 times, most recently from 687715c to 6553230 Compare March 18, 2026 13:42
@anna239 anna239 marked this pull request as ready for review March 18, 2026 13:42
@anna239 anna239 requested a review from a team as a code owner March 18, 2026 13:42
src/nes.rs Outdated
pub action_id: String,
/// Action parameters matching the schema from the client's capability.
#[serde(skip_serializing_if = "Option::is_none")]
pub arguments: Option<serde_json::Value>,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the arguments really an arbitrary value? How does the caller know what to put in there?

@benbrandt
Copy link
Copy Markdown
Member

Do we want a "nes session close" method of some kind?

@benbrandt benbrandt changed the title Anna.zhdan/nes feat(unstable): initial unstable nes implementation Mar 28, 2026
@benbrandt benbrandt enabled auto-merge (squash) March 28, 2026 06:54
@benbrandt benbrandt merged commit 58ca325 into main Mar 28, 2026
7 checks passed
@benbrandt benbrandt deleted the anna.zhdan/nes branch March 28, 2026 06:55
@acp-release-bot acp-release-bot bot mentioned this pull request Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants